configuration / network / static-routes / definitions / [NAME]

CLI REST-API

table

table
This is a read-write object and valid values are:




See also:
/configuration/network/static-routes/definitions/[NAME]
/configuration/network/static-routes/definitions/[NAME]/destination
/configuration/network/static-routes/definitions/[NAME]/router
/configuration/network/static-routes/definitions/[NAME]/options

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/network/static-routes/definitions/.*


Example using curl:
curl /api/configuration/network/static-routes/definitions/.*


Method: PATCH
URL: /api/configuration/network/static-routes/definitions/.*
Body:
{
  "table": "global"
}

Example using curl:
curl -X PATCH /api/configuration/network/static-routes/definitions/.* -d
{
  "table": "global"
}